feat(connectivity_plus): add hasConnectivity() utility extension#3842
Merged
vbuberen merged 5 commits intoJul 9, 2026
Merged
Conversation
Contributor
Author
|
This PR does not modify |
69026c5 to
e13be4c
Compare
e13be4c to
958478a
Compare
vbuberen
reviewed
Jul 7, 2026
vbuberen
left a comment
Collaborator
There was a problem hiding this comment.
I like the idea, but there is some work to do before we can merge this.
My main suggestion is to export extension via show as I suggested in one of my review comments.
Additionally, let's add mention and code example with the new extension to the README file and the example app, so it is easy to find for package users.
…lt>.hasConnectivity
…t ConnectivityResultListX in connectivity_plus_platform_interface
3bd89c3 to
966f514
Compare
…Connectivity extension getter
966f514 to
6f6923d
Compare
…ity_plus_platform_interface to connectivity_plus
vbuberen
approved these changes
Jul 9, 2026
vbuberen
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Thanks for this contribution and updating everything quickly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A very minor feature that is commonly used (e.g., serverpod_flutter):
Related Issues
Checklist
CHANGELOG.mdnor the plugin version inpubspec.yamlfiles.flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!in the title as explained in Conventional Commits).